-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: grpc-js support for nestjs #307
Conversation
@jsbrain cool, looks like a good fix! Looks like there are a few minor failures in CI, can you take a look? Then I'll merge. Thanks! |
Sure, I'll have a look tomorrow :) |
@stephenh Ok I think that should be it. Had to update the snapshots because apparently Google updated their repo references for the timestamp proto so e.g. the old timestamp link now got updated so the old one is broken which made the old snapshots not work anymore ... |
@stephenh do we need something else to proceed? |
Since nestjs v8 is out now, this would be pretty important. |
## [1.82.2](v1.82.1...v1.82.2) (2021-07-11) ### Bug Fixes * grpc-js support for nestjs ([#307](#307)) ([d11c8c2](d11c8c2))
🎉 This PR is included in version 1.82.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
fix #306